home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(0)
- end
-
- on mouseUp me
- cursor(0)
- sound(3).play(member("Click"))
- case the frameLabel of
- "C01", "C02", "C03", "C04", "C05", "C06":
- go("Preview_1A")
- "C07", "C08", "C09", "C10", "C11", "C12":
- go("Preview_2A")
- "C13", "C14", "C15", "C16", "C17", "C18":
- go("Preview_3A")
- "C19", "C20", "C21", "C22", "C23", "C24":
- go("Preview_4A")
- "C25", "C26", "C27", "C28", "C29", "C30":
- go("Preview_5A")
- "C31", "C32", "C33", "C34", "C35", "C36", "C37":
- go("Preview_6A")
- "C38", "C39", "C40":
- go("Preview_7A")
- end case
- end
-